IContext.RemoveProperty method ¶
Namespace: NextDesign.Desktop
Description¶
Deletes the property value with the specified identifier name. If there is no corresponding distinguished name property value, nothing is done.
argument¶
| Name | Type | Description |
|---|---|---|
| name | string | Distinguished Name The distinguished name can be any string, including the empty string, but cannot be null. |
Return value¶
- void
Exception¶
| Name | Exception Class | Description |
|---|---|---|
| Invalid argument | ExtensionArgumentException | When null is specified for name |